home *** CD-ROM | disk | FTP | other *** search
/ The Ring Press Kit / The Ring Press Kit.iso / mac / DLwindow.dxr / 00018_save to desktop.ls < prev    next >
Encoding:
Text File  |  2001-09-06  |  126 b   |  10 lines

  1. global saveMode
  2.  
  3. on mouseUp me
  4.   tell the stage
  5.     saveMode = 1
  6.     doDownload()
  7.   end tell
  8.   window("DLwindow").close()
  9. end
  10.